builder

Creates a new GifEncoderBuilder for configuring and building a GifEncoder.

Return

A GifEncoderBuilder instance for configuring the encoder.

Parameters

outputStream

The OutputStream to write the GIF data to.


Creates a new GifEncoderBuilder for configuring and building a GifEncoder.

Return

A GifEncoderBuilder instance for configuring the encoder.

Parameters

path

The path of the file to write the GIF data to.

Throws

If an I/O error occurs.


Creates a new GifEncoderBuilder for configuring and building a GifEncoder.

Return

A GifEncoderBuilder instance for configuring the encoder.

Parameters

file

The file to write the GIF data to.

Throws

If an I/O error occurs.